home *** CD-ROM | disk | FTP | other *** search
- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
- *
- * Any changes made to this file must be reflected in delirave.h
-
- IFND DELIRAVE
- DELIRAVE SET 1
-
- include include:exec/types.i
- include "libraries/gadtools_lib.i"
- include "libraries/gadtools.i"
-
- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
- *
- STRUCTURE DeliRave_Data,0 * RS-TABLE (TO BSS DATA)
- STRUCT dr_oRaveHost,rh_SIZEOF * RaveHost data
- STRUCT dr_oTimeReq,IOTV_SIZE; * Timerequest structure
- STRUCT dr_oEClockVal1,EV_SIZE; * EClockVal structure 1
- STRUCT dr_oEClockVal2,EV_SIZE; * EClockVal structure 2
- APTR dr_oDeliBase; * Ptr to Delitracker globals
- APTR dr_oDeliPort;
- APTR dr_oTimePort; * Ptr to timer.device msg port
- APTR dr_oNoteInfo;
- APTR dr_oIntuiMsg;
- APTR dr_oSysBase;
- APTR dr_oDOSBase;
- APTR dr_oGfxBase;
- APTR dr_oGTBase;
- APTR dr_oIntuiBase;
- BYTE dr_oTimerOpen; * Timer device opened?
- BYTE dr_oQuit; * Quit-flag
- LABEL DeliRave_SIZEOF
-
-
- ENDC ;DELIRAVE
-